home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / graph11.arc / DEMO4.BAT < prev    next >
DOS Batch File  |  1991-08-21  |  287b  |  7 lines

  1. @ echo off
  2. echo The following command line will zoom data points from data #1 to
  3. echo  data 10 and label the axis Charge distribution vs X 
  4. echo                grapher test.dat 1 10 Charge distribution vs X
  5. pause
  6. grapher test.dat 1 10 Charge distribution vs X (Zoom at #1 to #10)
  7.